PDF Plugin for Xojo

EinhugurPDFWriter.ExtendedGraphicsState Class (console safe)

A PDF Page object that represents a extended graphics state in a PDF document. Extended graphics state is used to control alpha values and blend modes.

Object
   ExtendedGraphicsState

class EinhugurPDFWriter.ExtendedGraphicsState

Constructors

ExtendedGraphicsState (console safe) A Private constructor. Use the CreateExtendedGraphicsState function on the PDFDocument class to create instance of the ExtendedGraphicsState class.

Methods

SetAlphaFill (console safe) Sets alpha for the fill
SetAlphaStroke (console safe) Sets alpha for the stroke
SetBlendMode (console safe) Sets blend mode

Enumerations

BlendModeEnumEnum that represents possible blend modes.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS